home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Collection of Internet
/
Collection of Internet.iso
/
infosrvr
/
doc
/
www_talk.arc
/
000273_emv@garnet.msen.com _Fri Oct 30 07:02:36 1992.msg
< prev
next >
Wrap
Internet Message Format
|
1992-11-30
|
1KB
Return-Path: <emv@garnet.msen.com>
Received: from dxmint.cern.ch by nxoc01.cern.ch (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
id AA23636; Fri, 30 Oct 92 07:02:36 MET
Received: by dxmint.cern.ch (dxcern) (5.57/3.14)
id AA24456; Fri, 30 Oct 92 07:14:39 +0100
Received: by garnet.msen.com (/\==/\ Smail3.1.25.1 #25.5)
id <m0mkpcL-00008XC@garnet.msen.com>; Fri, 30 Oct 92 01:13 WET
Message-Id: <m0mkpcL-00008XC@garnet.msen.com>
Cc: www-talk@nxoc01.cern.ch
Subject: Re: port to bsdi / TOUPPER problem
In-Reply-To: Your message of Fri, 30 Oct 92 00:30:33.
<m0mkowZ-00008WC@garnet.msen.com>
Date: Fri, 30 Oct 92 01:13:42 EST
From: Edward Vielmetti <emv@msen.com>
problem fixed, let me tell you how i did it for a suggested change
to the library arrangement.
1st, i moved the TOUPPER / TOLOWER code out of tcp.h into HTUtils.h.
2nd, I took out the ifdefs and made it always check whether something
is lowercase before uppercasing it and vice versa.
this seems to have fixed the immediate problems, and should be more
portable to boot.
i think there's a declaration in SGML.c that could be removed too.
--Ed